home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / smartpix / smartpix.exe / {app} / HTML / Light Parchment.css < prev    next >
Cascading Style Sheet File  |  2003-11-18  |  1KB  |  73 lines

  1. /*  -------------------------------------------------------
  2.  Xequte CSS Style File
  3. ----------------------------------------------------------*/
  4.  
  5. a:link {
  6.     text-decoration: none;
  7.     color : #C60000;
  8.     font-weight : bold;
  9. }
  10.  
  11. a:visited {
  12.     text-decoration: none;
  13.     color : #800000;
  14.     font-weight : bold;
  15. }
  16.  
  17. a:hover {
  18.     text-decoration: underline;
  19. }
  20.  
  21. body  {
  22.     color : #000000;
  23.     font-family: Tahoma, Arial, Helvetica; 
  24.     font-weight: 700;
  25.     background-color: #FFFFFF;
  26.     background-image : url(Light_Parchment.jpg);
  27.     background-repeat : repeat;
  28. }
  29.  
  30. td.thumbcell {
  31.     background-color: #C0C0C0;
  32.     vertical-align : baseline;
  33.     border : 1px outset;
  34. }
  35.  
  36. .heading {
  37.     color : #000000;
  38.     text-decoration : none;
  39.     font-family : Tahoma, Arial, Helvetica; 
  40.     font-size : 28px;
  41.     font-weight : bold;
  42.     margin-bottom : 10px;
  43. }
  44.  
  45. .filename {
  46.     color : #006200;
  47.     text-decoration : none;
  48.     font-family : Tahoma, Arial, Helvetica; 
  49.     font-size : 11px;
  50.     font-weight : normal;    
  51. }
  52.  
  53. .navigation {
  54.     color : #C60000;
  55.     text-decoration : none;
  56.     font-family : Tahoma, Arial, Helvetica; 
  57.     font-size : 14px;
  58. }
  59.  
  60. .footer {
  61.     color : #000000;
  62.     text-decoration : none;
  63.     font-family : Tahoma, Arial, Helvetica; 
  64.     font-size : 12px;
  65. }
  66.  
  67. .pagecount {
  68.     color : #000000;
  69.     text-decoration : none;
  70.     font-family : Tahoma, Arial, Helvetica; 
  71.     font-size : 14px;
  72. }
  73.